home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Utilities / Kenny / Kenny.readme < prev    next >
Encoding:
Text File  |  1998-08-15  |  1.4 KB  |  44 lines

  1. Short: "Kenny from South Park" text filter
  2. Author: sw@nysa.u-net.com (Stephen Williams)
  3. Uploader: sw@nysa.u-net.com (Stephen Williams)
  4. Type: text/misc
  5.  
  6. This is just a simple text filter that I knocked up in about ten
  7. minutes using "flex".  For the uninitiated: "flex" is a program that
  8. can be used to generate scanners, which look for patterns in text and
  9. do something based on those patterns.
  10.  
  11. If you've seen South Park on television, you'll be familiar with Kenny
  12. McCormick, the kid with the thick coat who dies in almost every
  13. episode.  Because he has his coat buttoned up over his mouth,
  14. everything he says comes out muffled.  This filter will "muffle" a
  15. text file, as if Kenny is saying it :-)
  16.  
  17. It filters from standard input to standard output, so you can Kennify
  18. a text file like this:
  19.  
  20.   kenny <infile >outfile
  21.  
  22. If your shell supports Unixoid piping, you can use it like this:
  23.  
  24.   kenny <infile | more
  25.  
  26. Or why not have your computer _talk_ like Kenny?
  27.  
  28.   kenny <infile >SPEAK:
  29.  
  30. Example output:
  31.  
  32.   5.Ram Disk:kenny% echo "The cat sat on the mat." | kenny
  33.   Mrr mrr mrr mr mrr mrr.
  34.  
  35.  
  36. As you will have gathered by now, this program is basically completely
  37. useless.  Still, it's quite "cool", and every South Park Amigan will
  38. want it in his or her C: directory :-)  You might want to implode the
  39. binary; it's extremely large for what it does; this is a feature of
  40. "flex".
  41.  
  42. Contact the author, Stephen Williams, at sw@nysa.u-net.com
  43. Web presence: http://www.nysa.u-net.com/
  44.